home *** CD-ROM | disk | FTP | other *** search
/ SVM Multimedia Villagina 2 / Villagina_2.iso / mac / SVMM 2 / Village / ECOLE / PCMULTI / pcmulti.dir / 00028_Script_28 < prev    next >
Text File  |  1995-09-23  |  220b  |  11 lines

  1. on exitFrame
  2.   go to the frame
  3.   puppetsprite 21,true
  4.   set the moveablesprite of sprite 21 to true
  5.   if the mouseup then
  6.     if sprite 21 intersects 2 then
  7.       go to the frame + 1
  8.     end if
  9.   end if 
  10.   
  11. end